SYNOPSIS

Static Public Attributes

static const bool IsNormalized = true

The Laplacian kernel is normalized: K(x, x) = 1 for all x.

Detailed Description

template<>class mlpack::kernel::KernelTraits< LaplacianKernel >

Kernel traits of the Laplacian kernel.

Definition at line 111 of file laplacian_kernel.hpp.

Member Data Documentation

const bool \fBmlpack::kernel::KernelTraits\fP< \fBLaplacianKernel\fP >::IsNormalized = true\fC [static]\fP

The Laplacian kernel is normalized: K(x, x) = 1 for all x.

Definition at line 115 of file laplacian_kernel.hpp.

Author

Generated automatically by Doxygen for MLPACK from the source code.